.Wrap_footer {
  width: 100%;
  background: #0066CC;
  position: relative;
  z-index: 2;
}
.Wrap_footer .footer5 {
  overflow: hidden;
  padding: 43px 0 20px 0;
}
.copy{ background: #154f99;  color: #FFf; text-align: center; padding:10px}
.Wrap_footer .footer5 .lf {
  float: left;
  width: 35%;
}
.Wrap_footer .footer5 .title_footer {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-right: 10%;
}
.Wrap_footer .footer5 .title_footer h3 {
  color: #fff;
  font-size: 22px;
  padding-left: 10px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  border-left: 4px solid #fff;
}
.Wrap_footer .footer5 .lf .linksList {
  margin-right: 10%;
  overflow: hidden;
}
.Wrap_footer .footer5 .lf .linksList li {
  float: left;
  width: 50%;
}
.Wrap_footer .footer5 .lf .linksList li a {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width:380px) {
  .Wrap_footer .footer5 .lf .linksList li {
    width: 33.33%;
  }
}
@media screen and (max-width:767px) {
  .Wrap_footer .footer5 .lf .title_footer,
  .Wrap_footer .footer5 .lf .linksList {
    margin-right: 0;
  }
}
.Wrap_footer .footer5 .md {
  float: left;
  width: 33%;
}
.Wrap_footer .footer5 .md a {
  display: block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 15px 0 10px 0;
}
.Wrap_footer .footer5 .md a p{ height: 30px; line-height: 30px; margin:6px 0 0 0;}
.Wrap_footer .footer5 .gpImgSize { }
.Wrap_footer .footer5 .gpImgSize img {width: 100px;height: 100px;margin: 0 auto;}
@media screen and (max-width:1200px) {
  .Wrap_footer .footer5 .md a {
    border-right: none;
  }
}
@media screen and (max-width:992px) {
  .Wrap_footer .footer5 .md a {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .Wrap_footer .footer5 .md a {
    border-left: none;
    padding-left: 0;
    padding: 0px 0;
  }
}
.Wrap_footer .footer5 .rt {
  float: right;
  width: 29%;
}
.Wrap_footer .footer5 .rt p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.Wrap_footer .footer5 a:hover {
  color: #f08753;
}
@media screen and (max-width:1200px) {
  .Wrap_footer .footer5 .lf {
    width: 58%;
    margin-bottom: 30px;
  }
  .Wrap_footer .footer5 .md {
    width: 42%;
    margin-bottom: 30px;
  }
  .Wrap_footer .footer5 .rt {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .Wrap_footer .footer5 .md,
  .Wrap_footer .footer5 .lf {
    width: 100%;
    float: none;
  }
  .Wrap_footer .footer5 .rt {
    padding-top: 10px;
  }
}
@media screen and (max-width:1200px) {
  .Wrap_footer .footer {
    width: auto;
    clear: both;
    padding: 30px 30px;
  }
}
